home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / util / misc / uneedthi.lha / Install_E next >
Text File  |  1997-01-17  |  300b  |  14 lines

  1. (set MSG_SPACE "\n\n\nInstalling this nice stuff TO:\nC:")
  2. (set MSG_COPYING "Going TO copy ...")
  3. (set @abort-button "Get out of here!")
  4. (set MSG_THANKS "\nThank you FOR installing %s!\n\n\n")
  5.  
  6. (message (MSG_SPACE))
  7.  
  8. (run ("copy c/#? to c: all quiet"))
  9.  
  10. (
  11.  (EXIT (MSG_THANKS @app-name))
  12.   (exit)
  13. )   
  14.